home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d26 / qmtek601.arc / AMIBIOS.PAT < prev    next >
Text File  |  1991-05-23  |  2KB  |  65 lines

  1. Quarterdeck Technical Note
  2.  
  3. Q:  Why does QEMM give the error message "not enough room for 
  4. page frame," or else hang during the boot procedure, on my 
  5. machine with AMI 3.0 BIOS? 
  6.  
  7. The problem is that the AMI BIOS version 3.0 (dated Feb. 1, 1989) 
  8. contains information that would indicate that the machine is a 
  9. COMPAQ.  QEMM detects this and assumes that the machine will be 
  10. fully COMPAQ compatible, which is not apparently the case with 
  11. these systems.
  12.  
  13. The best solution would be to contact the manufacturer of your 
  14. machine and see about getting a BIOS upgrade.  Version 3.11 
  15. apparently fixes the problem. One manufacturer (Northgate) is 
  16. said to be providing these at no charge to users with this 
  17. problem.
  18.  
  19.        Patch for QEMM.SYS to run on AMI BIOS version 3.0:
  20.  
  21. Another solution that will get you past the problem as it relates 
  22. to QEMM is to install the following patch to QEMM.  DO NOT 
  23. perform this on your only copy of QEMM, in case you make a 
  24. mistake.
  25.  
  26. First use the DOS utility DEBUG to change QEMM.SYS by typing the 
  27. following:
  28.  
  29. C:\>debug qemm.sys <Enter>
  30.  
  31. DEBUG should load and display a "-" as a prompt.  Then type:
  32.  
  33. -s 100 L f000 "COMPAQ"
  34.  
  35. An address should be returned as below:
  36.  
  37. 4F5F:26BA  <- This address will vary; use what is returned
  38.  
  39. If you have QEMM 5.0 or later, a list of fifteen or so addresses 
  40. will be returned.  Use the last of the addresses.
  41.  
  42. Then, using the last address that was returned (not necessarily 
  43. the one in the following example), type the following:
  44.  
  45. -e4f5f:26b0  <Enter>
  46.  
  47. DEBUG will return the address again, followed by a 43 as follows.  
  48. Enter a zero, followed by the Enter key.
  49.  
  50. 4f5f:26b0  43.__ <- enter a 0 here and hit the Enter key
  51.  
  52. Then enter W to write out the changed file
  53.  
  54. -w  <Enter>
  55.  
  56. Type Q to exit DEBUG
  57.  
  58. -q  <Enter>
  59.  
  60. Then reboot and give it a try.
  61.  
  62.             
  63.           Copyright (C) 1990 by Quarterdeck Office Systems
  64.              * * *   E N D   O F   F I L E    * * * 
  65.